home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / smake155.zip / SMAKE.BAT < prev    next >
DOS Batch File  |  1993-06-15  |  149b  |  7 lines

  1. REM SMAKE VERSION 1.55
  2. ECHO off
  3. if exist compiler.bat del compiler.bat
  4. c:\smake\smakemcm %1 %2
  5. if exist compiler.bat call compiler.bat
  6. ECHO ON
  7.